{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-core-storage-mongodb",
      "artifactVersion": "10.10-HF29",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.core.storage",
          "org.nuxeo.ecm.core.storage.dbs",
          "org.nuxeo.ecm.core.storage.mem",
          "org.nuxeo.ecm.core.storage.mongodb",
          "org.nuxeo.ecm.core.storage.sql",
          "org.nuxeo.ecm.core.storage.sql.management"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage",
        "id": "grp:org.nuxeo.ecm.core.storage",
        "name": "org.nuxeo.ecm.core.storage",
        "parentIds": [
          "grp:org.nuxeo.ecm.core"
        ],
        "readmes": [],
        "version": "10.10"
      },
      "bundleId": "org.nuxeo.ecm.core.storage.mongodb",
      "components": [
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentation": "\n      Property to disable the fact that on MongoDB a LIKE match anchors its search\n      (like in SQL databases), i.e., absent wildcards, it does not match in the middle of a string.\n\n      When true, does not match in the middle of a string.\n      When false, works as if there was a % on each side of the LIKE expression.\n\n      @since 10.3\n    \n",
              "documentationHtml": "<p>\nProperty to disable the fact that on MongoDB a LIKE match anchors its search\n(like in SQL databases), i.e., absent wildcards, it does not match in the middle of a string.\n</p><p>\nWhen true, does not match in the middle of a string.\nWhen false, works as if there was a % on each side of the LIKE expression.\n</p><p>\n&#64;since 10.3\n</p><p></p>",
              "extensionPoint": "org.nuxeo.runtime.ConfigurationService--configuration",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb/org.nuxeo.ecm.core.storage.mongodb.configuration/Contributions/org.nuxeo.ecm.core.storage.mongodb.configuration--configuration",
              "id": "org.nuxeo.ecm.core.storage.mongodb.configuration--configuration",
              "registrationOrder": 19,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.runtime.ConfigurationService",
                "name": "org.nuxeo.runtime.ConfigurationService",
                "type": "service"
              },
              "version": "10.10-HF29",
              "xml": "<extension point=\"configuration\" target=\"org.nuxeo.runtime.ConfigurationService\">\n    <documentation>\n      Property to disable the fact that on MongoDB a LIKE match anchors its search\n      (like in SQL databases), i.e., absent wildcards, it does not match in the middle of a string.\n\n      When true, does not match in the middle of a string.\n      When false, works as if there was a % on each side of the LIKE expression.\n\n      @since 10.3\n    </documentation>\n    <!-- default is true for 10.3 and later -->\n    <property name=\"nuxeo.mongodb.like.anchored\">true</property>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb/org.nuxeo.ecm.core.storage.mongodb.configuration",
          "name": "org.nuxeo.ecm.core.storage.mongodb.configuration",
          "requirements": [],
          "resolutionOrder": 154,
          "services": [],
          "startOrder": 154,
          "version": "10.10-HF29",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.core.storage.mongodb.configuration\">\n\n  <extension target=\"org.nuxeo.runtime.ConfigurationService\" point=\"configuration\">\n    <documentation>\n      Property to disable the fact that on MongoDB a LIKE match anchors its search\n      (like in SQL databases), i.e., absent wildcards, it does not match in the middle of a string.\n\n      When true, does not match in the middle of a string.\n      When false, works as if there was a % on each side of the LIKE expression.\n\n      @since 10.3\n    </documentation>\n    <!-- default is true for 10.3 and later -->\n    <property name=\"nuxeo.mongodb.like.anchored\">true</property>\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/mongodb-configuration-properties.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
          "documentation": "\n    Manages MongoDB repositories.\n  \n",
          "documentationHtml": "<p>\nManages MongoDB repositories.\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
              "descriptors": [
                "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryDescriptor"
              ],
              "documentation": "\n      Extension points to register MongoDB repositories. The repository will ask for a MongoDB access to\n      MongoDBConnectionService with id 'repository/[repositoryName]'.\n\n      Example:\n      <code>\n    <repository isDefault=\"true\" label=\"MongoDB Repository\" name=\"default\">\n        <fulltext disabled=\"false\"/>\n    </repository>\n</code>\n",
              "documentationHtml": "<p>\nExtension points to register MongoDB repositories. The repository will ask for a MongoDB access to\nMongoDBConnectionService with id &#39;repository/[repositoryName]&#39;.\n</p><p>\nExample:\n</p><p></p><pre><code>    &lt;repository isDefault&#61;&#34;true&#34; label&#61;&#34;MongoDB Repository&#34; name&#61;&#34;default&#34;&gt;\n        &lt;fulltext disabled&#61;&#34;false&#34;/&gt;\n    &lt;/repository&gt;\n</code></pre><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb/org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService/ExtensionPoints/org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService--repository",
              "id": "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService--repository",
              "label": "repository (org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService)",
              "name": "repository",
              "version": "10.10-HF29"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb/org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
          "name": "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
          "requirements": [
            "org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService"
          ],
          "resolutionOrder": 806,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
              "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb/org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService/Services/org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
              "id": "org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService",
              "overriden": false,
              "version": "10.10-HF29"
            }
          ],
          "startOrder": 865,
          "version": "10.10-HF29",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService\" version=\"1.0.0\">\n\n  <require>org.nuxeo.ecm.core.storage.dbs.DBSRepositoryService</require>\n\n  <documentation>\n    Manages MongoDB repositories.\n  </documentation>\n\n  <implementation class=\"org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService\" />\n\n  <service>\n    <provide interface=\"org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryService\" />\n  </service>\n\n  <extension-point name=\"repository\">\n    <documentation>\n      Extension points to register MongoDB repositories. The repository will ask for a MongoDB access to\n      MongoDBConnectionService with id 'repository/[repositoryName]'.\n\n      Example:\n      <code>\n        <repository name=\"default\" label=\"MongoDB Repository\" isDefault=\"true\">\n          <fulltext disabled=\"false\" />\n        </repository>\n      </code>\n    </documentation>\n    <object class=\"org.nuxeo.ecm.core.storage.mongodb.MongoDBRepositoryDescriptor\" />\n  </extension-point>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/mongodb-repository-service.xml",
          "xmlPureComponent": false
        }
      ],
      "fileName": "nuxeo-core-storage-mongodb-10.10-HF29.jar",
      "groupId": "org.nuxeo.ecm.core",
      "hierarchyPath": "/grp:org.nuxeo.ecm.core/grp:org.nuxeo.ecm.core.storage/org.nuxeo.ecm.core.storage.mongodb",
      "id": "org.nuxeo.ecm.core.storage.mongodb",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: jenkins\r\nBuild-Jdk: 1.8.0_222\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 10.10-HF29-t20200701-010446\r\nBundle-SymbolicName: org.nuxeo.ecm.core.storage.mongodb\r\nNuxeo-Component: OSGI-INF/mongodb-repository-service.xml,OSGI-INF/mong\r\n odb-configuration-properties.xml\r\n\r\n",
      "maxResolutionOrder": 806,
      "minResolutionOrder": 154,
      "packages": [
        "nuxeo-10.10-HF02",
        "nuxeo-10.10-HF04",
        "nuxeo-10.10-HF05",
        "nuxeo-10.10-HF09",
        "nuxeo-10.10-HF10",
        "nuxeo-10.10-HF14",
        "nuxeo-10.10-HF15",
        "nuxeo-10.10-HF17",
        "nuxeo-10.10-HF18",
        "nuxeo-10.10-HF21",
        "nuxeo-10.10-HF23",
        "nuxeo-10.10-HF24",
        "nuxeo-10.10-HF25",
        "nuxeo-10.10-HF27",
        "nuxeo-10.10-HF29"
      ],
      "requirements": [],
      "version": "10.10-HF29"
    }
  ],
  "creationDate": 1664793571025,
  "key": "Nuxeo Platform LTS 2019-10.10",
  "name": "Nuxeo Platform LTS 2019",
  "operations": [],
  "packages": [
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.core.cache",
        "org.nuxeo.ecm.core.convert",
        "org.nuxeo.ecm.core.convert.plugins",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.core.storage.sql",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.platform.comment",
        "org.nuxeo.ecm.platform.contentview.jsf",
        "org.nuxeo.ecm.directory",
        "org.nuxeo.ecm.directory.multi",
        "org.nuxeo.ecm.platform.forms.layout.client",
        "org.nuxeo.ecm.platform.oauth",
        "org.nuxeo.ecm.platform.tag",
        "org.nuxeo.ecm.platform.ui",
        "org.nuxeo.ecm.platform.preview",
        "org.nuxeo.runtime.aws",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF01:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF02-1.0.0",
      "id": "nuxeo-10.10-HF02-1.0.0",
      "name": "nuxeo-10.10-HF02",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF02",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.automation.core",
        "org.nuxeo.binary.metadata",
        "org.nuxeo.ecm.core",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.cache",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.mongodb.audit",
        "org.nuxeo.ecm.platform.ui",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [
        "amazon-s3-online-storage:1.9.0:1.9.4"
      ],
      "dependencies": [
        "nuxeo-10.10-HF03:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF04-1.0.1",
      "id": "nuxeo-10.10-HF04-1.0.1",
      "name": "nuxeo-10.10-HF04",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF04",
      "version": "1.0.1"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.admin.center",
        "org.nuxeo.common",
        "org.nuxeo.connect.client",
        "org.nuxeo.connect.standalone",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.bulk",
        "org.nuxeo.ecm.core.cache",
        "org.nuxeo.ecm.core.event",
        "org.nuxeo.ecm.core.storage.dbs",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.core.storage.sql",
        "org.nuxeo.elasticsearch.audit",
        "org.nuxeo.ecm.user.invite",
        "org.nuxeo.launcher.commons",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.platform.comment",
        "org.nuxeo.ecm.platform.comment.restapi",
        "org.nuxeo.ecm.platform.forms.layout.client",
        "org.nuxeo.ecm.platform.picture.core",
        "org.nuxeo.ecm.platform.picture.jsf",
        "org.nuxeo.ecm.platform.tag.web",
        "org.nuxeo.ecm.platform.ui",
        "org.nuxeo.ecm.webapp.base",
        "org.nuxeo.ecm.webapp.core",
        "org.nuxeo.ecm.platform.restapi.server",
        "org.nuxeo.runtime",
        "org.nuxeo.runtime.mongodb",
        "org.nuxeo.runtime.stream",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF04:1.0.1"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF05-1.0.0",
      "id": "nuxeo-10.10-HF05-1.0.0",
      "name": "nuxeo-10.10-HF05",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF05",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.core.bulk",
        "org.nuxeo.ecm.core.management",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.platform.picture.core",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF08:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF09-1.0.0",
      "id": "nuxeo-10.10-HF09-1.0.0",
      "name": "nuxeo-10.10-HF09",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF09",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.automation.features",
        "org.nuxeo.common",
        "org.nuxeo.ecm.core.bulk",
        "org.nuxeo.ecm.core.convert",
        "org.nuxeo.ecm.core.event",
        "org.nuxeo.ecm.core.query",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.core.storage.sql",
        "org.nuxeo.web.ui.dam",
        "org.nuxeo.elasticsearch.core",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.directory.mongodb",
        "org.nuxeo.ecm.platform.picture.core",
        "org.nuxeo.ecm.platform.routing.core",
        "org.nuxeo.runtime",
        "org.nuxeo.ecm.platform.thumbnail",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF09:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF10-1.0.0",
      "id": "nuxeo-10.10-HF10-1.0.0",
      "name": "nuxeo-10.10-HF10",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF10",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.core.io",
        "org.nuxeo.ecm.core.schema",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.user.invite",
        "org.nuxeo.ecm.permissions",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.directory.mongodb",
        "org.nuxeo.runtime.jtajca",
        "org.nuxeo.runtime.mongodb",
        "org.nuxeo.runtime.stream",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF13:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF14-1.0.0",
      "id": "nuxeo-10.10-HF14-1.0.0",
      "name": "nuxeo-10.10-HF14",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF14",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.automation.core",
        "org.nuxeo.ecm.automation.features",
        "org.nuxeo.ecm.automation.server",
        "org.nuxeo.binary.metadata",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.event",
        "org.nuxeo.ecm.core.io",
        "org.nuxeo.ecm.core.management",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.diff.content",
        "org.nuxeo.ecm.core.opencmis.impl",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.platform.picture.core",
        "org.nuxeo.ecm.platform.query.api",
        "org.nuxeo.ecm.platform.rendition.core",
        "org.nuxeo.ecm.platform.ui",
        "org.nuxeo.ecm.platform.web.common",
        "org.nuxeo.ecm.platform.preview.jsf",
        "org.nuxeo.ecm.platform.restapi.server",
        "org.nuxeo.runtime.kv",
        "org.nuxeo.runtime.stream",
        "org.nuxeo.ecm.platform.search.core",
        "org.nuxeo.web.ui",
        "org.nuxeo.ecm.webengine.core"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF14:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF15-1.0.0",
      "id": "nuxeo-10.10-HF15-1.0.0",
      "name": "nuxeo-10.10-HF15",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF15",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.core",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.schema",
        "org.nuxeo.ecm.core.storage.dbs",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.core.storage.sql",
        "org.nuxeo.web.ui.easyshare",
        "org.nuxeo.elasticsearch.core",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.mongodb.audit",
        "org.nuxeo.ecm.platform.comment",
        "org.nuxeo.ecm.platform.comment.api",
        "org.nuxeo.directory.mongodb",
        "org.nuxeo.ecm.directory.sql",
        "org.nuxeo.ecm.platform.spreadsheet.web",
        "org.nuxeo.ecm.platform.routing.core",
        "org.nuxeo.runtime.mongodb",
        "org.nuxeo.template.manager.webui",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF16:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF17-1.0.0",
      "id": "nuxeo-10.10-HF17-1.0.0",
      "name": "nuxeo-10.10-HF17",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF17",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.event",
        "org.nuxeo.ecm.core.io",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.platform.video.core",
        "org.nuxeo.template.manager",
        "org.nuxeo.ecm.platform.thumbnail",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF17:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF18-1.0.0",
      "id": "nuxeo-10.10-HF18-1.0.0",
      "name": "nuxeo-10.10-HF18",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF18",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.automation.features",
        "org.nuxeo.binary.metadata",
        "org.nuxeo.common",
        "org.nuxeo.ecm.core",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.bulk",
        "org.nuxeo.ecm.core.cache",
        "org.nuxeo.ecm.core.io",
        "org.nuxeo.ecm.core.mongodb",
        "org.nuxeo.ecm.core.query",
        "org.nuxeo.ecm.core.storage",
        "org.nuxeo.ecm.core.storage.dbs",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.core.storage.sql",
        "org.nuxeo.drive.core",
        "org.nuxeo.elasticsearch.core",
        "org.nuxeo.ecm.liveconnect.core",
        "org.nuxeo.ecm.liveconnect.onedrive.core",
        "org.nuxeo.ecm.multi.tenant.jsf",
        "org.nuxeo.ecm.actions.jsf",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.platform.collections.core",
        "org.nuxeo.ecm.platform.comment",
        "org.nuxeo.ecm.platform.comment.api",
        "org.nuxeo.ecm.platform.csv.export",
        "org.nuxeo.ecm.platform.picture.core",
        "org.nuxeo.ecm.platform.notification.core",
        "org.nuxeo.ecm.platform.spreadsheet.web",
        "org.nuxeo.ecm.platform.spreadsheet.web-ui",
        "org.nuxeo.ecm.platform.tag",
        "org.nuxeo.ecm.platform.restapi.server",
        "org.nuxeo.ecm.platform.restapi.server.search",
        "org.nuxeo.template.manager",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF20:1.0.1"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF21-1.0.0",
      "id": "nuxeo-10.10-HF21-1.0.0",
      "name": "nuxeo-10.10-HF21",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF21",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.automation.core",
        "org.nuxeo.common",
        "org.nuxeo.ecm.core",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.event",
        "org.nuxeo.ecm.core.io",
        "org.nuxeo.ecm.core.storage.dbs",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.core.storage.sql",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.platform.collections.core",
        "org.nuxeo.ecm.platform.comment",
        "org.nuxeo.ecm.platform.comment.api",
        "org.nuxeo.ecm.directory",
        "org.nuxeo.ecm.platform.spreadsheet.web",
        "org.nuxeo.ecm.platform.userworkspace.core",
        "org.nuxeo.ecm.platform.routing.core",
        "org.nuxeo.runtime.kv",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF22:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF23-1.0.0",
      "id": "nuxeo-10.10-HF23-1.0.0",
      "name": "nuxeo-10.10-HF23",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF23",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.core.storage.mem",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF23:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF24-1.0.0",
      "id": "nuxeo-10.10-HF24-1.0.0",
      "name": "nuxeo-10.10-HF24",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF24",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.automation.core",
        "org.nuxeo.ecm.automation.features",
        "org.nuxeo.common",
        "org.nuxeo.ecm.core",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.io",
        "org.nuxeo.ecm.core.storage",
        "org.nuxeo.ecm.core.storage.dbs",
        "org.nuxeo.ecm.core.storage.mem",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.core.storage.sql",
        "org.nuxeo.ecm.csv.core",
        "org.nuxeo.elasticsearch.audit",
        "org.nuxeo.elasticsearch.core",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.directory.mongodb",
        "org.nuxeo.ecm.platform.forms.layout.client",
        "org.nuxeo.ecm.platform.ui.select2",
        "org.nuxeo.ecm.platform.ui",
        "org.nuxeo.ecm.platform.userworkspace.core",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF24:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF25-1.0.0",
      "id": "nuxeo-10.10-HF25-1.0.0",
      "name": "nuxeo-10.10-HF25",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF25",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.automation.io",
        "org.nuxeo.ecm.automation.server",
        "org.nuxeo.ecm.core",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.ecm.core.storage.sql",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.directory",
        "org.nuxeo.ecm.platform.video.api",
        "org.nuxeo.ecm.platform.video.convert",
        "org.nuxeo.ecm.platform.video.core",
        "org.nuxeo.ecm.platform.web.common",
        "org.nuxeo.ecm.platform.restapi.server",
        "org.nuxeo.runtime.mongodb",
        "org.nuxeo.runtime.redis",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF26:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF27-1.0.0",
      "id": "nuxeo-10.10-HF27-1.0.0",
      "name": "nuxeo-10.10-HF27",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF27",
      "version": "1.0.0"
    },
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.ecm.automation.server",
        "org.nuxeo.ecm.core.api",
        "org.nuxeo.ecm.platform.el",
        "org.nuxeo.ecm.core.io",
        "org.nuxeo.ecm.core.storage.mongodb",
        "org.nuxeo.diff.content",
        "nuxeo-easyshare-core",
        "org.nuxeo.launcher.commons",
        "org.nuxeo.ecm.platform.audit",
        "org.nuxeo.ecm.platform.commandline.executor",
        "org.nuxeo.ecm.directory",
        "org.nuxeo.ecm.platform.lang.ext",
        "org.nuxeo.ecm.platform.routing.core",
        "org.nuxeo.runtime.stream",
        "org.nuxeo.web.ui"
      ],
      "conflicts": [],
      "dependencies": [
        "nuxeo-10.10-HF28:1.0.0"
      ],
      "hierarchyPath": "/nuxeo-10.10-HF29-1.0.0",
      "id": "nuxeo-10.10-HF29-1.0.0",
      "name": "nuxeo-10.10-HF29",
      "optionalDependencies": [],
      "packageType": "hotfix",
      "title": "Nuxeo 10.10-HF29",
      "version": "1.0.0"
    }
  ],
  "pluginSnapshots": {},
  "releaseDate": 1547942400000,
  "version": "10.10"
}